PendingLECDecision

This operation transfers the agency's decision to mark the case as pending with LEC during the determination process from agency's IT system to online state DA digital service.

path Parameters
CaseID
required
string

A fully qualified application number.

header Parameters
OrganisationID
required
string

Used by the API gateway to identify the agency from which the request was initiated.

IdempotencyID
required
string

Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1"

Request Body schema: application/json
isSubjectOfLandECourtMatterQuestion
required
boolean

This refers to 'Is this application pending a decision from the Land and Environment Court ?'. If selected, determination will not available yet for agencies.

referredDateLandECourt
string <Date>

This is to track the date when applicant filed an appeal with the land and environment court.

updatedByEmail
required
string <= 250 characters

User must be registered in the planning portal.

Responses

Request samples

Content type
application/json
{
  • "isSubjectOfLandECourtMatterQuestion": true,
  • "referredDateLandECourt": "string",
  • "updatedByEmail": "john.smith@gmail.com"
}